Pro-Cloud API Web Service
Method/ProCloudWS.asmx/TranslateBarcodeTypesGet
Pro-Cloud API Web Service > All Operations Resource Group : /ProCloudWS.asmx/TranslateBarcodeTypesGet (Method)
Description
This web method returns a list of translation modes that can be used by the TranslateBarcodeToEin web method.
Request (TranslateBarcodeTypesGetSoapIn)

The request body is of type TranslateBarcodeTypesGet.

Request Body Parameters

NameDescriptionData Type

This is a unique provider id, which can be obtained from CSS

GUId

guid

This is your unique service password which can be obtained from CSS

String (min 1 max 50)

xml:string
strPassword Element objProviderGUId Element Sequence TranslateBarcodeTypesGet Element

Overview

Sequence
Response (TranslateBarcodeTypesGetSoapOut)

The response body is of type TranslateBarcodeTypesGetResponse.

Response Body Parameters

NameDescriptionData Type
 objTranslateBarcodeTypesGetReturn
xmlDataSet Element strErrorMsg Element intErrorId Element Sequence TranslateBarcodeTypesGetResult Element Sequence TranslateBarcodeTypesGetResponse Element

Overview

Sequence
Sequence
intErrorId xs:int
strErrorMsg optional xs:string
xmlDataSet optional
Sequence
Any
Example
<?xml version="1.0" encoding="UTF-8"?>
<objTranslateBarcodeTypesGetReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<intErrorId>0</intErrorId>
	<strErrorMsg/>
	<xmlDataSet>
		<NewDataSet xmlns="">
			<TranslateBarcodeTypes>
				<ScannedValueType>0</ScannedValueType>
				<ScannedValueTypeDesc>Auto</ScannedValueTypeDesc>
			</TranslateBarcodeTypes>
			<TranslateBarcodeTypes>
				<ScannedValueType>3</ScannedValueType>
				<ScannedValueTypeDesc>GS1 Stock Ref</ScannedValueTypeDesc>
			</TranslateBarcodeTypes>
			<TranslateBarcodeTypes>
				<ScannedValueType>2</ScannedValueType>
				<ScannedValueTypeDesc>Legacy Stock Ref</ScannedValueTypeDesc>
			</TranslateBarcodeTypes>
			<TranslateBarcodeTypes>
				<ScannedValueType>1</ScannedValueType>
				<ScannedValueTypeDesc>SKU (STOCKKEEPING UNIT)</ScannedValueTypeDesc>
			</TranslateBarcodeTypes>
		</NewDataSet>
	</xmlDataSet>
</objTranslateBarcodeTypesGetReturn>
See Also
All Operations Resource GroupPro-Cloud API Web Service